Skip to content

chore: 🐝 Update SDK - Generate 0.7.0#10

Open
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1771719488
Open

chore: 🐝 Update SDK - Generate 0.7.0#10
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1771719488

Conversation

@github-actions

@github-actions github-actions Bot commented Feb 22, 2026

Copy link
Copy Markdown

SDK update

Versioning

Version Bump Type: [minor] - 🤖 (automated)

Tip

If updates to your OpenAPI document introduce breaking changes, be sure to update the info.version field to trigger the correct version bump.
Speakeasy supports manual control of SDK versioning through multiple methods.

Python SDK Changes:

  • documenso.templates.duplicate(): response.type.enum(organisation) Added (Breaking ⚠️)
  • documenso.envelopes.get(): response Changed (Breaking ⚠️)
  • documenso.template.template_create_template_temporary():
    • request Changed
    • response.template Changed (Breaking ⚠️)
  • documenso.envelopes.update():
    • request Changed
    • response.template_type.enum(organisation) Added (Breaking ⚠️)
  • documenso.template.template_get_many(): response.data[] Changed (Breaking ⚠️)
  • documenso.templates.update():
    • request Changed
    • response.type.enum(organisation) Added (Breaking ⚠️)
  • documenso.templates.get(): response Changed (Breaking ⚠️)
  • documenso.templates.find():
    • request.type Changed
    • response.data[] Changed (Breaking ⚠️)
  • documenso.envelope.envelope_get_many(): response.data[] Changed (Breaking ⚠️)
  • documenso.envelope.envelope_audit_log_find(): response.data[] Changed (Breaking ⚠️)
  • documenso.envelope.envelope_find(): response.data[] Changed (Breaking ⚠️)
  • documenso.envelopes.fields.create_many():
    • request.data[] Changed (Breaking ⚠️)
    • response.data[].field_meta Changed
  • documenso.templates.recipients.get(): response Changed
  • documenso.documents.recipients.create(): response Changed
  • documenso.envelopes.recipients.update_many(): response.data[] Changed
  • documenso.envelopes.recipients.create_many(): response.data[] Changed
  • documenso.documents.get(): response Changed
  • documenso.documents.find(): response.data[].recipients[] Changed
  • documenso.documents.create(): request.payload Changed
  • documenso.documents.update(): request.meta Changed
  • documenso.documents.distribute(): request.meta Changed
  • documenso.documents.create_v0():
    • request Changed
    • response.document Changed
  • documenso.documents.fields.get(): response.field_meta Changed
  • documenso.documents.fields.create():
    • request.field Changed
    • response.field_meta Changed
  • documenso.envelopes.create(): request.payload Changed
  • documenso.documents.recipients.update(): response Changed
  • documenso.templates.create(): request.payload Changed
  • documenso.documents.recipients.get(): response Changed
  • documenso.envelopes.items.create_many(): response.data[].document_data_id Added
  • documenso.envelopes.fields.update_many():
    • request.data[] Changed
    • response.data[].field_meta Changed
  • documenso.envelopes.fields.get(): response.field_meta Changed
  • documenso.documents.recipients.create_many(): response.recipients[] Changed
  • documenso.documents.fields.update_many():
    • request.fields[] Changed
    • response.fields[].field_meta Changed
  • documenso.envelopes.recipients.get(): response Changed
  • documenso.envelopes.items.download(): request.version Changed
  • documenso.document.document_get_many(): response.data[].recipients[] Changed
  • documenso.documents.recipients.update_many(): response.recipients[] Changed
  • documenso.documents.fields.create_many():
    • request.fields[] Changed
    • response.fields[].field_meta Changed
  • documenso.templates.use():
    • request.override Changed
    • response Changed
  • documenso.templates.fields.create():
    • request.field Changed
    • response.field_meta Changed
  • documenso.templates.fields.get(): response.field_meta Changed
  • documenso.templates.fields.create_many():
    • request.fields[] Changed
    • response.fields[].field_meta Changed
  • documenso.templates.fields.update():
    • request.field Changed
    • response.field_meta Changed
  • documenso.templates.fields.update_many():
    • request.fields[] Changed
    • response.fields[].field_meta Changed
  • documenso.documents.fields.update():
    • request.field Changed
    • response.field_meta Changed
  • documenso.templates.recipients.create(): response Changed
  • documenso.templates.recipients.create_many(): response.recipients[] Changed
  • documenso.templates.recipients.update(): response Changed
  • documenso.templates.recipients.update_many(): response.recipients[] Changed
  • documenso.envelopes.distribute(): request.meta Changed
  • documenso.envelopes.use(): request.payload Changed

View full SDK changelog

OpenAPI Change Summary
└─┬Paths
  ├─┬/envelope/distribute
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬meta
  │           ├─┬emailSettings
  │           │ ├──[🔀] default (690:595)❌ 
  │           │ ├──[+] properties (690:527)
  │           │ └──[+] properties (690:469)
  │           ├─┬emailReplyTo
  │           │ ├──[+] pattern (689:82)❌ 
  │           │ └──[-] format (1:177005)❌ 
  │           └─┬dateFormat
  │             ├──[+] enum (656:217)
  │             ├──[+] enum (656:81)
  │             ├──[+] enum (656:196)
  │             └─┬Extensions
  │               └──[🔀] x-speakeasy-enums (657:46)
  ├─┬/document/distribute
  │ └─┬POST
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬meta
  │           ├─┬dateFormat
  │           │ ├──[+] enum (993:217)
  │           │ ├──[+] enum (993:196)
  │           │ ├──[+] enum (993:81)
  │           │ └─┬Extensions
  │           │   └──[🔀] x-speakeasy-enums (994:46)
  │           ├─┬emailSettings
  │           │ ├──[🔀] default (1027:579)❌ 
  │           │ ├──[+] properties (1027:511)
  │           │ └──[+] properties (1027:453)
  │           └─┬emailReplyTo
  │             ├──[+] pattern (1026:82)❌ 
  │             └──[-] format (1:235892)❌ 
  ├─┬/template/field/create
  │ └─┬POST
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       └─┬fieldMeta
  │   │         ├─┬ONEOF
  │   │         │ ├──[+] required (1345:977)❌ 
  │   │         │ ├──[+] properties (1345:825)
  │   │         │ ├─┬type
  │   │         │ │ ├──[-] enum (1:361097)❌ 
  │   │         │ │ └──[🔀] type (1345:717)❌ 
  │   │         │ ├─┬placeholder
  │   │         │ │ ├──[+] enum (1345:861)
  │   │         │ │ ├──[+] enum (1345:868)
  │   │         │ │ ├──[+] enum (1345:881)
  │   │         │ │ ├──[+] enum (1345:892)
  │   │         │ │ └──[+] default (1345:910)❌ 
  │   │         │ └─┬readOnly
  │   │         │   └──[🔀] type (1345:688)❌ 
  │   │         ├─┬ONEOF
  │   │         │ ├──[+] properties (1345:1214)
  │   │         │ ├─┬type
  │   │         │ │ ├──[+] enum (1345:1388)
  │   │         │ │ ├──[+] enum (1345:1372)
  │   │         │ │ ├──[+] enum (1345:1379)
  │   │         │ │ └──[-] enum (1:361412)❌ 
  │   │         │ ├─┬placeholder
  │   │         │ │ ├──[+] enum (1345:1250)
  │   │         │ │ ├──[+] enum (1345:1257)
  │   │         │ │ ├──[+] enum (1345:1270)
  │   │         │ │ └──[+] enum (1345:1281)
  │   │         │ ├─┬readOnly
  │   │         │ │ └──[🔀] type (1345:1077)❌ 
  │   │         │ └─┬textAlign
  │   │         │   ├──[-] enum (1:361467)❌ 
  │   │         │   ├──[-] enum (1:361475)❌ 
  │   │         │   ├──[-] enum (1:361485)❌ 
  │   │         │   └──[🔀] type (1345:1106)❌ 
  │   │         ├─┬ONEOF
  │   │         │ ├──[+] properties (1345:1637)
  │   │         │ ├─┬placeholder
  │   │         │ │ ├──[+] enum (1345:1673)
  │   │         │ │ ├──[+] enum (1345:1680)
  │   │         │ │ ├──[+] enum (1345:1693)
  │   │         │ │ └──[+] enum (1345:1704)
  │   │         │ ├─┬readOnly
  │   │         │ │ └──[🔀] type (1345:1500)❌ 
  │   │         │ ├─┬type
  │   │         │ │ ├──[+] enum (1345:1791)
  │   │         │ │ ├──[+] enum (1345:1798)
  │   │         │ │ ├──[+] enum (1345:1807)
  │   │         │ │ └──[-] enum (1:361796)❌ 
  │   │         │ └─┬textAlign
  │   │         │   ├──[-] enum (1:361847)❌ 
  │   │         │   ├──[-] enum (1:361855)❌ 
  │   │         │   ├──[-] enum (1:361865)❌ 
  │   │         │   └──[🔀] type (1345:1529)❌ 
  │   │         ├─┬ONEOF
  │   │         │ ├──[+] required (1345:2267)❌ 
  │   │         │ ├──[+] properties (1345:2056)
  │   │         │ ├─┬readOnly
  │   │         │ │ └──[🔀] type (1345:1919)❌ 
  │   │         │ ├─┬type
  │   │         │ │ ├──[+] enum (1345:2228)
  │   │         │ │ ├──[+] enum (1345:2235)
  │   │         │ │ ├──[+] enum (1345:2244)
  │   │         │ │ └──[-] enum (1:362176)❌ 
  │   │         │ ├─┬textAlign
  │   │         │ │ ├──[-] enum (1:362228)❌ 
  │   │         │ │ ├──[-] enum (1:362236)❌ 
  │   │         │ │ ├──[-] enum (1:362246)❌ 
  │   │         │ │ └──[🔀] type (1345:1948)❌ 
  │   │         │ └─┬placeholder
  │   │         │   ├──[+] enum (1345:2092)
  │   │         │   ├──[+] enum (1345:2099)
  │   │         │   ├──[+] enum (1345:2112)
  │   │         │   ├──[+] enum (1345:2123)
  │   │         │   └──[+] default (1345:2141)❌ 
  │   │         ├─┬ONEOF
  │   │         │ ├──[+] required (1345:2714)❌ 
  │   │         │ ├──[+] properties (1345:2504)
  │   │         │ ├─┬placeholder
  │   │         │ │ ├──[+] enum (1345:2540)
  │   │         │ │ ├──[+] enum (1345:2547)
  │   │         │ │ ├──[+] enum (1345:2560)
  │   │         │ │ ├──[+] enum (1345:2571)
  │   │         │ │ └──[+] default (1345:2589)❌ 
  │   │         │ ├─┬type
  │   │         │ │ ├──[+] enum (1345:2691)
  │   │         │ │ ├──[+] enum (1345:2675)
  │   │         │ │ ├──[+] enum (1345:2682)
  │   │         │ │ └──[-] enum (1:362557)❌ 
  │   │         │ ├─┬textAlign
  │   │         │ │ ├──[-] enum (1:362608)❌ 
  │   │         │ │ ├──[-] enum (1:362616)❌ 
  │   │         │ │ ├──[-] enum (1:362626)❌ 
  │   │         │ │ └──[🔀] type (1345:2396)❌ 
  │   │         │ └─┬readOnly
  │   │         │   └──[🔀] type (1345:2367)❌ 
  │   │         ├─┬ONEOF
  │   │         │ ├──[+] properties (1345:2951)
  │   │         │ ├─┬type
  │   │         │ │ ├──[+] enum (1345:3193)
  │   │         │ │ ├──[+] enum (1345:3177)
  │   │         │ │ ├──[+] enum (1345:3184)
  │   │         │ │ └──[-] enum (1:362937)❌ 
  │   │         │ ├─┬readOnly
  │   │         │ │ └──[🔀] type (1345:2814)❌ 
  │   │         │ ├─┬textAlign
  │   │         │ │ ├──[-] enum (1:363068)❌ 
  │   │         │ │ ├──[-] enum (1:363076)❌ 
  │   │         │ │ └──[-] enum (1:363086)❌ 
  │   │         │ ├─┬verticalAlign
  │   │         │ │ ├──[+] enum (1345:3059)
  │   │         │ │ ├──[-] enum (1:363333)❌ 
  │   │         │ │ ├──[-] enum (1:363343)❌ 
  │   │         │ │ ├──[-] enum (1:363353)❌ 
  │   │         │ │ ├──[-] enum (1:363326)❌ 
  │   │         │ │ └──[-] nullable (1:363311)❌ 
  │   │         │ ├─┬placeholder
  │   │         │ │ ├──[+] enum (1345:2987)
  │   │         │ │ ├──[+] enum (1345:2994)
  │   │         │ │ ├──[+] enum (1345:3007)
  │   │         │ │ └──[+] enum (1345:3018)
  │   │         │ └─┬text
  │   │         │   └──[🔀] type (1345:2843)❌ 
  │   │         ├─┬ONEOF
  │   │         │ ├──[+] properties (1345:3678)
  │   │         │ ├─┬placeholder
  │   │         │ │ ├──[+] enum (1345:3721)
  │   │         │ │ ├──[+] enum (1345:3734)
  │   │         │ │ ├──[+] enum (1345:3745)
  │   │         │ │ └──[+] enum (1345:3714)
  │   │         │ ├─┬readOnly
  │   │         │ │ └──[🔀] type (1345:3541)❌ 
  │   │         │ ├─┬type
  │   │         │ │ ├──[+] enum (1345:3999)
  │   │         │ │ ├──[+] enum (1345:4006)
  │   │         │ │ ├──[+] enum (1345:4015)
  │   │         │ │ └──[-] enum (1:363661)❌ 
  │   │         │ ├─┬verticalAlign
  │   │         │ │ ├──[-] enum (1:364155)❌ 
  │   │         │ │ ├──[-] enum (1:364162)❌ 
  │   │         │ │ ├──[-] enum (1:364172)❌ 
  │   │         │ │ ├──[-] enum (1:364182)❌ 
  │   │         │ │ └──[-] nullable (1:364140)❌ 
  │   │         │ ├─┬value
  │   │         │ │ └──[+] enum (1345:3786)
  │   │         │ └─┬textAlign
  │   │         │   ├──[-] enum (1:363897)❌ 
  │   │         │   ├──[-] enum (1:363905)❌ 
  │   │         │   ├──[-] enum (1:363915)❌ 
  │   │         │   └──[🔀] type (1345:3570)❌ 
  │   │         ├─┬ONEOF
  │   │         │ ├──[+] properties (1345:4500)
  │   │         │ ├─┬readOnly
  │   │         │ │ └──[🔀] type (1345:4363)❌ 
  │   │         │ ├─┬type
  │   │         │ │ ├──[-] enum (1:364490)❌ 
  │   │         │ │ └──[🔀] type (1345:4392)❌ 
  │   │         │ ├─┬placeholder
  │   │         │ │ ├──[+] enum (1345:4567)
  │   │         │ │ ├──[+] enum (1345:4536)
  │   │         │ │ ├──[+] enum (1345:4543)
  │   │         │ │ └──[+] enum (1345:4556)
  │   │         │ └─┬values
  │   │         │   ├──[+] enum (1345:4608)
  │   │         │   ├──[-] items (1:364538)❌ 
  │   │         │   └──[🔀] type (1345:4591)❌ 
  │   │         ├─┬ONEOF
  │   │         │ ├──[+] properties (1345:5134)
  │   │         │ ├─┬type
  │   │         │ │ ├──[-] enum (1:365107)❌ 
  │   │         │ │ └──[🔀] type (1345:5026)❌ 
  │   │         │ ├─┬values
  │   │         │ │ ├──[-] items (1:365158)❌ 
  │   │         │ │ └──[🔀] type (1345:5461)❌ 
  │   │         │ ├─┬placeholder
  │   │         │ │ ├──[+] enum (1345:5170)
  │   │         │ │ ├──[+] enum (1345:5177)
  │   │         │ │ ├──[+] enum (1345:5190)
  │   │         │ │ └──[+] enum (1345:5201)
  │   │         │ ├─┬validationRule
  │   │         │ │ └──[🔀] type (1345:5498)❌ 
  │   │         │ ├─┬readOnly
  │   │         │ │ └──[🔀] type (1345:4997)❌ 
  │   │         │ └─┬validationLength
  │   │         │   ├──[+] enum (1345:5242)
  │   │         │   └──[🔀] type (1345:5225)❌ 
  │   │         └─┬ONEOF
  │   │           ├──[+] properties (1345:5843)
  │   │           ├─┬values
  │   │           │ ├──[+] enum (1345:5951)
  │   │           │ ├──[-] items (1:365856)❌ 
  │   │           │ └──[🔀] type (1345:5934)❌ 
  │   │           ├─┬readOnly
  │   │           │ └──[🔀] type (1345:5706)❌ 
  │   │           ├─┬type
  │   │           │ ├──[-] enum (1:365805)❌ 
  │   │           │ └──[🔀] type (1345:5735)❌ 
  │   │           └─┬placeholder
  │   │             ├──[+] enum (1345:5879)
  │   │             ├──[+] enum (1345:5886)
  │   │             ├──[+] enum (1345:5899)
  │   │             └──[+] enum (1345:5910)
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬field
  │           └─┬ALLOF
  │             ├─┬ONEOF
  │             │ └─┬fieldMeta
  │             │   ├──[+] properties (1344:476)
  │             │   ├─┬placeholder
  │             │   │ ├──[+] enum (1344:512)
  │             │   │ ├──[+] enum (1344:519)
  │             │   │ ├──[+] enum (1344:532)
  │             │   │ ├──[+] enum (1344:543)
  │             │   │ └──[+] default (1344:561)❌ 
  │             │   ├─┬readOnly
  │             │   │ └──[🔀] type (1344:339)❌ 
  │             │   └─┬type
  │             │     ├──[-] enum (1:353654)❌ 
  │             │     └──[🔀] type (1344:368)❌ 
  │             ├─┬ONEOF
  │             │ └─┬fieldMeta
  │             │   ├──[+] properties (1344:1069)
  │             │   ├─┬placeholder
  │             │   │ ├──[+] enum (1344:1112)
  │             │   │ ├──[+] enum (1344:1125)
  │             │   │ ├──[+] enum (1344:1136)
  │             │   │ └──[+] enum (1344:1105)
  │             │   ├─┬type
  │             │   │ ├──[+] enum (1344:1227)
  │             │   │ ├──[+] enum (1344:1234)
  │             │   │ ├──[+] enum (1344:1243)
  │             │   │ └──[-] enum (1:354204)❌ 
  │             │   ├─┬textAlign
  │             │   │ ├──[-] enum (1:354259)❌ 
  │             │   │ ├──[-] enum (1:354267)❌ 
  │             │   │ ├──[-] enum (1:354277)❌ 
  │             │   │ └──[🔀] type (1344:961)❌ 
  │             │   └─┬readOnly
  │             │     └──[🔀] type (1344:932)❌ 
  │             ├─┬ONEOF
  │             │ └─┬fieldMeta
  │             │   ├──[+] properties (1344:1598)
  │             │   ├─┬readOnly
  │             │   │ └──[🔀] type (1344:1461)❌ 
  │             │   ├─┬textAlign
  │             │   │ ├──[-] enum (1:354756)❌ 
  │             │   │ ├──[-] enum (1:354764)❌ 
  │             │   │ ├──[-] enum (1:354774)❌ 
  │             │   │ └──[🔀] type (1344:1490)❌ 
  │             │   ├─┬placeholder
  │             │   │ ├──[+] enum (1344:1634)
  │             │   │ ├──[+] enum (1344:1641)
  │             │   │ ├──[+] enum (1344:1654)
  │             │   │ └──[+] enum (1344:1665)
  │             │   └─┬type
  │             │     ├──[+] enum (1344:1752)
  │             │     ├──[+] enum (1344:1759)
  │             │     ├──[+] enum (1344:1768)
  │             │     └──[-] enum (1:354705)❌ 
  │             ├─┬ONEOF
  │             │ └─┬fieldMeta
  │             │   ├──[+] properties (1344:2124)
  │             │   ├─┬type
  │             │   │ ├──[+] enum (1344:2296)
  │             │   │ ├──[+] enum (1344:2303)
  │             │   │ ├──[+] enum (1344:2312)
  │             │   │ └──[-] enum (1:355203)❌ 
  │             │   ├─┬textAlign
  │             │   │ ├──[-] enum (1:355255)❌ 
  │             │   │ ├──[-] enum (1:355263)❌ 
  │             │   │ ├──[-] enum (1:355273)❌ 
  │             │   │ └──[🔀] type (1344:2016)❌ 
  │             │   ├─┬placeholder
  │             │   │ ├──[+] enum (1344:2167)
  │             │   │ ├──[+] enum (1344:2180)
  │             │   │ ├──[+] enum (1344:2191)
  │             │   │ ├──[+] enum (1344:2160)
  │             │   │ └──[+] default (1344:2209)❌ 
  │             │   └─┬readOnly
  │             │     └──[🔀] type (1344:1987)❌ 
  │             ├─┬ONEOF
  │             │ └─┬fieldMeta
  │             │   ├──[+] properties (1344:2667)
  │             │   ├─┬textAlign
  │             │   │ ├──[-] enum (1:355752)❌ 
  │             │   │ ├──[-] enum (1:355760)❌ 
  │             │   │ ├──[-] enum (1:355770)❌ 
  │             │   │ └──[🔀] type (1344:2559)❌ 
  │             │   ├─┬readOnly
  │             │   │ └──[🔀] type (1344:2530)❌ 
  │             │   ├─┬placeholder
  │             │   │ ├──[+] enum (1344:2703)
  │             │   │ ├──[+] enum (1344:2710)
  │             │   │ ├──[+] enum (1344:2723)
  │             │   │ ├──[+] enum (1344:2734)
  │             │   │ └──[+] default (1344:2752)❌ 
  │             │   └─┬type
  │             │     ├──[+] enum (1344:2838)
  │             │     ├──[+] enum (1344:2845)
  │             │     ├──[+] enum (1344:2854)
  │             │     └──[-] enum (1:355701)❌ 
  │             ├─┬ONEOF
  │             │ └─┬fieldMeta
  │             │   ├──[+] properties (1344:3209)
  │             │   ├─┬textAlign
  │             │   │ ├──[-] enum (1:356329)❌ 
  │             │   │ ├──[-] enum (1:356337)❌ 
  │             │   │ └──[-] enum (1:356347)❌ 
  │             │   ├─┬type
  │             │   │ ├──[+] enum (1344:3435)
  │             │   │ ├──[+] enum (1344:3442)
  │             │   │ ├──[+] enum (1344:3451)
  │             │   │ └──[-] enum (1:356198)❌ 
  │             │   ├─┬readOnly
  │             │   │ └──[🔀] type (1344:3072)❌ 
  │             │   ├─┬verticalAlign
  │             │   │ ├──[+] enum (1344:3317)
  │             │   │ ├──[-] enum (1:356604)❌ 
  │             │   │ ├──[-] enum (1:356614)❌ 
  │             │   │ ├──[-] enum (1:356587)❌ 
  │             │   │ ├──[-] enum (1:356594)❌ 
  │             │   │ └──[-] nullable (1:356572)❌ 
  │             │   ├─┬text
  │             │   │ └──[🔀] type (1344:3101)❌ 
  │             │   └─┬placeholder
  │             │     ├──[+] enum (1344:3265)
  │             │     ├──[+] enum (1344:3276)
  │             │     ├──[+] enum (1344:3245)
  │             │     └──[+] enum (1344:3252)
  │             ├─┬ONEOF
  │             │ └─┬fieldMeta
  │             │   ├──[+] properties (1344:4044)
  │             │   ├─┬readOnly
  │             │   │ └──[🔀] type (1344:3907)❌ 
  │             │   ├─┬textAlign
  │             │   │ ├──[-] enum (1:357277)❌ 
  │             │   │ ├──[-] enum (1:357285)❌ 
  │             │   │ ├──[-] enum (1:357295)❌ 
  │             │   │ └──[🔀] type (1344:3936)❌ 
  │             │   ├─┬value
  │             │   │ └──[+] enum (1344:4152)
  │             │   ├─┬verticalAlign
  │             │   │ ├──[-] enum (1:357535)❌ 
  │             │   │ ├──[-] enum (1:357542)❌ 
  │             │   │ ├──[-] enum (1:357552)❌ 
  │             │   │ ├──[-] enum (1:357562)❌ 
  │             │   │ └──[-] nullable (1:357520)❌ 
  │             │   ├─┬placeholder
  │             │   │ ├──[+] enum (1344:4100)
  │             │   │ ├──[+] enum (1344:4111)
  │             │   │ ├──[+] enum (1344:4080)
  │             │   │ └──[+] enum (1344:4087)
  │             │   └─┬type
  │             │     ├──[+] enum (1344:4365)
  │             │     ├──[+] enum (1344:4372)
  │             │     ├──[+] enum (1344:4381)
  │             │     └──[-] enum (1:357041)❌ 
  │             ├─┬ONEOF
  │             │ └─┬fieldMeta
  │             │   ├──[+] properties (1344:4973)
  │             │   ├─┬values
  │             │   │ ├──[+] enum (1344:5081)
  │             │   │ ├──[-] items (1:358036)❌ 
  │             │   │ └──[🔀] type (1344:5064)❌ 
  │             │   ├─┬readOnly
  │             │   │ └──[🔀] type (1344:4836)❌ 
  │             │   ├─┬placeholder
  │             │   │ ├──[+] enum (1344:5009)
  │             │   │ ├──[+] enum (1344:5016)
  │             │   │ ├──[+] enum (1344:5029)
  │             │   │ └──[+] enum (1344:5040)
  │             │   └─┬type
  │             │     ├──[-] enum (1:357988)❌ 
  │             │     └──[🔀] type (1344:4865)❌ 
  │             ├─┬ONEOF
  │             │ └─┬fieldMeta
  │             │   ├──[+] properties (1344:5705)
  │             │   ├─┬validationLength
  │             │   │ ├──[+] enum (1344:5813)
  │             │   │ └──[🔀] type (1344:5796)❌ 
  │             │   ├─┬validationRule
  │             │   │ └──[🔀] type (1344:6069)❌ 
  │             │   ├─┬type
  │             │   │ ├──[-] enum (1:358713)❌ 
  │             │   │ └──[🔀] type (1344:5597)❌ 
  │             │   ├─┬readOnly
  │             │   │ └──[🔀] type (1344:5568)❌ 
  │             │   ├─┬placeholder
  │             │   │ ├──[+] enum (1344:5741)
  │             │   │ ├──[+] enum (1344:5748)
  │             │   │ ├──[+] enum (1344:5761)
  │             │   │ └──[+] enum (1344:5772)
  │             │   └─┬values
  │             │     ├──[-] items (1:358764)❌ 
  │             │     └──[🔀] type (1344:6032)❌ 
  │             └─┬ONEOF
  │               └─┬fieldMeta
  │                 ├──[+] properties (1344:6512)
  │                 ├─┬readOnly
  │                 │ └──[🔀] type (1344:6375)❌ 
  │                 ├─┬values
  │                 │ ├──[+] enum (1344:6620)
  │                 │ ├──[-] items (1:359570)❌ 
  │                 │ └──[🔀] type (1344:6603)❌ 
  │                 ├─┬placeholder
  │                 │ ├──[+] enum (1344:6548)
  │                 │ ├──[+] enum (1344:6555)
  │                 │ ├──[+] enum (1344:6568)
  │                 │ └──[+] enum (1344:6579)
  │                 └─┬type
  │                   ├──[-] enum (1:359519)❌ 
  │                   └──[🔀] type (1344:6404)❌ 
  ├─┬/template/field/{fieldId}
  │ └─┬GET
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬fieldMeta
  │             ├─┬ONEOF
  │             │ ├──[+] required (1356:977)❌ 
  │             │ ├──[+] properties (1356:825)
  │             │ ├─┬placeholder
  │             │ │ ├──[+] enum (1356:892)
  │             │ │ ├──[+] enum (1356:861)
  │             │ │ ├──[+] enum (1356:868)
  │             │ │ ├──[+] enum (1356:881)
  │             │ │ └──[+] default (1356:910)❌ 
  │             │ ├─┬readOnly
  │             │ │ └──[🔀] type (1356:688)❌ 
  │             │ └─┬type
  │             │   ├──[-] enum (1:369127)❌ 
  │             │   └──[🔀] type (1356:717)❌ 
  │             ├─┬ONEOF
  │             │ ├──[+] properties (1356:1214)
  │             │ ├─┬type
  │             │ │ ├──[+] enum (1356:1372)
  │             │ │ ├──[+] enum (1356:1379)
  │             │ │ ├──[+] enum (1356:1388)
  │             │ │ └──[-] enum (1:369442)❌ 
  │             │ ├─┬readOnly
  │             │ │ └──[🔀] type (1356:1077)❌ 
  │             │ ├─┬textAlign
  │             │ │ ├──[-] enum (1:369497)❌ 
  │             │ │ ├──[-] enum (1:369505)❌ 
  │             │ │ ├──[-] enum (1:369515)❌ 
  │             │ │ └──[🔀] type (1356:1106)❌ 
  │             │ └─┬placeholder
  │             │   ├──[+] enum (1356:1250)
  │             │   ├──[+] enum (1356:1257)
  │             │   ├──[+] enum (1356:1270)
  │             │   └──[+] enum (1356:1281)
  │             ├─┬ONEOF
  │             │ ├──[+] properties (1356:1637)
  │             │ ├─┬readOnly
  │             │ │ └──[🔀] type (1356:1500)❌ 
  │             │ ├─┬textAlign
  │             │ │ ├──[-] enum (1:369877)❌ 
  │             │ │ ├──[-] enum (1:369885)❌ 
  │             │ │ ├──[-] enum (1:369895)❌ 
  │             │ │ └──[🔀] type (1356:1529)❌ 
  │             │ ├─┬placeholder
  │             │ │ ├──[+] enum (1356:1673)
  │             │ │ ├──[+] enum (1356:1680)
  │             │ │ ├──[+] enum (1356:1693)
  │             │ │ └──[+] enum (1356:1704)
  │             │ └─┬type
  │             │   ├──[+] enum (1356:1791)
  │             │   ├──[+] enum (1356:1798)
  │             │   ├──[+] enum (1356:1807)
  │             │   └──[-] enum (1:369826)❌ 
  │             ├─┬ONEOF
  │             │ ├──[+] required (1356:2267)❌ 
  │             │ ├──[+] properties (1356:2056)
  │             │ ├─┬readOnly
  │             │ │ └──[🔀] type (1356:1919)❌ 
  │             │ ├─┬type
  │             │ │ ├──[+] enum (1356:2228)
  │             │ │ ├──[+] enum (1356:2235)
  │             │ │ ├──[+] enum (1356:2244)
  │             │ │ └──[-] enum (1:370206)❌ 
  │             │ ├─┬textAlign
  │             │ │ ├──[-] enum (1:370266)❌ 
  │             │ │ ├──[-] enum (1:370276)❌ 
  │             │ │ ├──[-] enum (1:370258)❌ 
  │             │ │ └──[🔀] type (1356:1948)❌ 
  │             │ └─┬placeholder
  │             │   ├──[+] enum (1356:2092)
  │             │   ├──[+] enum (1356:2099)
  │             │   ├──[+] enum (1356:2112)
  │             │   ├──[+] enum (1356:2123)
  │             │   └──[+] default (1356:2141)❌ 
  │             ├─┬ONEOF
  │             │ ├──[+] required (1356:2714)❌ 
  │             │ ├──[+] properties (1356:2504)
  │             │ ├─┬readOnly
  │             │ │ └──[🔀] type (1356:2367)❌ 
  │             │ ├─┬textAlign
  │             │ │ ├──[-] enum (1:370638)❌ 
  │             │ │ ├──[-] enum (1:370646)❌ 
  │             │ │ ├──[-] enum (1:370656)❌ 
  │             │ │ └──[🔀] type (1356:2396)❌ 
  │             │ ├─┬type
  │             │ │ ├──[+] enum (1356:2682)
  │             │ │ ├──[+] enum (1356:2691)
  │             │ │ ├──[+] enum (1356:2675)
  │             │ │ └──[-] enum (1:370587)❌ 
  │             │ └─┬placeholder
  │             │   ├──[+] enum (1356:2540)
  │             │   ├──[+] enum (1356:2547)
  │             │   ├──[+] enum (1356:2560)
  │             │   ├──[+] enum (1356:2571)
  │             │   └──[+] default (1356:2589)❌ 
  │             ├─┬ONEOF
  │             │ ├──[+] properties (1356:2951)
  │             │ ├─┬readOnly
  │             │ │ └──[🔀] type (1356:2814)❌ 
  │             │ ├─┬textAlign
  │             │ │ ├──[-] enum (1:371116)❌ 
  │             │ │ ├──[-] enum (1:371098)❌ 
  │             │ │ └──[-] enum (1:371106)❌ 
  │             │ ├─┬type
  │             │ │ ├──[+] enum (1356:3177)
  │             │ │ ├──[+] enum (1356:3184)
  │             │ │ ├──[+] enum (1356:3193)
  │             │ │ └──[-] enum (1:370967)❌ 
  │             │ ├─┬verticalAlign
  │             │ │ ├──[+] enum (1356:3059)
  │             │ │ ├──[-] enum (1:371356)❌ 
  │             │ │ ├──[-] enum (1:371363)❌ 
  │             │ │ ├──[-] enum (1:371373)❌ 
  │             │ │ ├──[-] enum (1:371383)❌ 
  │             │ │ └──[-] nullable (1:371341)❌ 
  │             │ ├─┬text
  │             │ │ └──[🔀] type (1356:2843)❌ 
  │             │ └─┬placeholder
  │             │   ├──[+] enum (1356:3018)
  │             │   ├──[+] enum (1356:2987)
  │             │   ├──[+] enum (1356:2994)
  │             │   └──[+] enum (1356:3007)
  │             ├─┬ONEOF
  │             │ ├──[+] properties (1356:3678)
  │             │ ├─┬value
  │             │ │ └──[+] enum (1356:3786)
  │             │ ├─┬verticalAlign
  │             │ │ ├──[-] enum (1:372212)❌ 
  │             │ │ ├──[-] enum (1:372185)❌ 
  │             │ │ ├──[-] enum (1:372192)❌ 
  │             │ │ ├──[-] enum (1:372202)❌ 
  │             │ │ └──[-] nullable (1:372170)❌ 
  │             │ ├─┬placeholder
  │             │ │ ├──[+] enum (1356:3714)
  │             │ │ ├──[+] enum (1356:3721)
  │             │ │ ├──[+] enum (1356:3734)
  │             │ │ └──[+] enum (1356:3745)
  │             │ ├─┬readOnly
  │             │ │ └──[🔀] type (1356:3541)❌ 
  │             │ ├─┬textAlign
  │             │ │ ├──[-] enum (1:371927)❌ 
  │             │ │ ├──[-] enum (1:371935)❌ 
  │             │ │ ├──[-] enum (1:371945)❌ 
  │             │ │ └──[🔀] type (1356:3570)❌ 
  │             │ └─┬type
  │             │   ├──[+] enum (1356:4015)
  │             │   ├──[+] enum (1356:3999)
  │             │   ├──[+] enum (1356:4006)
  │             │   └──[-] enum (1:371691)❌ 
  │             ├─┬ONEOF
  │             │ ├──[+] properties (1356:4500)
  │             │ ├─┬values
  │             │ │ ├──[+] enum (1356:4608)
  │             │ │ ├──[-] items (1:372568)❌ 
  │             │ │ └──[🔀] type (1356:4591)❌ 
  │             │ ├─┬type
  │             │ │ ├──[-] enum (1:372520)❌ 
  │             │ │ └──[🔀] type (1356:4392)❌ 
  │             │ ├─┬readOnly
  │             │ │ └──[🔀] type (1356:4363)❌ 
  │             │ └─┬placeholder
  │             │   ├──[+] enum (1356:4536)
  │             │   ├──[+] enum (1356:4543)
  │             │   ├──[+] enum (1356:4556)
  │             │   └──[+] enum (1356:4567)
  │             ├─┬ONEOF
  │             │ ├──[+] properties (1356:5134)
  │             │ ├─┬values
  │             │ │ ├──[-] items (1:373188)❌ 
  │             │ │ └──[🔀] type (1356:5461)❌ 
  │             │ ├─┬validationLength
  │             │ │ ├──[+] enum (1356:5242)
  │             │ │ └──[🔀] type (1356:5225)❌ 
  │             │ ├─┬readOnly
  │             │ │ └──[🔀] type (1356:4997)❌ 
  │             │ ├─┬validationRule
  │             │ │ └──[🔀] type (1356:5498)❌ 
  │             │ ├─┬type
  │             │ │ ├──[-] enum (1:373137)❌ 
  │             │ │ └──[🔀] type (1356:5026)❌ 
  │             │ └─┬placeholder
  │             │   ├──[+] enum (1356:5201)
  │             │   ├──[+] enum (1356:5170)
  │             │   ├──[+] enum (1356:5177)
  │             │   └──[+] enum (1356:5190)
  │             └─┬ONEOF
  │               ├──[+] properties (1356:5843)
  │               ├─┬type
  │               │ ├──[-] enum (1:373835)❌ 
  │               │ └──[🔀] type (1356:5735)❌ 
  │               ├─┬placeholder
  │               │ ├──[+] enum (1356:5886)
  │               │ ├──[+] enum (1356:5899)
  │               │ ├──[+] enum (1356:5910)
  │               │ └──[+] enum (1356:5879)
  │               ├─┬values
  │               │ ├──[+] enum (1356:5951)
  │               │ ├──[-] items (1:373886)❌ 
  │               │ └──[🔀] type (1356:5934)❌ 
  │               └─┬readOnly
  │                 └──[🔀] type (1356:5706)❌ 
  ├─┬/envelope
  │ └─┬GET
  │   └─┬Responses
  │     └─┬200
  │       └─┬application/json
  │         └─┬Schema
  │           └─┬data
  │             └─┬Schema
  │               ├─┬recipients
  │               │ └─┬Schema
  │               │   ├──[+] required (189:4509)❌ 
  │               │   ├──[+] required (189:4497)❌ 
  │               │   ├──[+] properties (189:3836)
  │               │   ├──[+] properties (189:3790)
  │               │   ├─┬rejectionReason
  │               │   │ └──[-] nullable (1:87407)❌ 
  │               │   ├─┬readStatus
  │               │   │ ├──[-] enum (1:86505)❌ 
  │               │   │ ├──[-] enum (1:86519)❌ 
  │               │   │ └──[🔀] type (189:3605)❌ 
  │               │   ├─┬signingStatus
  │               │   │ ├──[-] enum (1:86576)❌ 
  │               │   │ ├──[-] enum (1:86590)❌ 
  │               │   │ ├──[-] enum (1:86600)❌ 
  │               │   │ └──[+] nullable (189:3932)❌ 
  │               │   ├─┬signingOrder
  │               │   │ ├──[+] enum (189:3572)
  │               │   │ ├──[+] enum (189:3583)
  │               │   │ ├──[🔀] type (189:3555)❌ 
  │               │   │ └──[-] nullable (1:87350)❌ 
  │               │   ├─┬role
  │               │   │ ├──[+] enum (189:3434)
  │               │   │ ├──[+] enum (189:3447)
  │               │   │ ├──[-] enum (1:86436)❌ 
  │               │   │ ├──[-] enum (1:86448)❌ 
  │               │   │ ├──[-] enum (1:86410)❌ 
  │               │   │ ├──[-] enum (1:86416)❌ 
  │               │   │ └──[-] enum (1:86426)❌ 
  │               │   ├─┬name
  │               │   │ └──[+] nullable (189:3830)❌ 
  │               │   ├─┬sendStatus
  │               │   │ ├──[-] enum (1:86656)❌ 
  │               │   │ ├──[-] enum (1:86668)❌ 
  │               │   │ └──[+] nullable (189:4358)❌ 
  │               │   ├─┬id
  │               │   │ ├──[🔀] type (189:3764)❌ 
  │               │   │ └──[+] nullable (189:3784)❌ 
  │               │   ├─┬token
  │               │   │ ├──[🔀] type (189:4286)❌ 
  │               │   │ └──[+] nullable (189:4306)❌ 
  │               │   └─┬signedAt
  │               │     ├──[+] enum (189:3371)
  │               │     ├──[+] enum (189:3382)
  │               │     ├──[+] enum (189:3348)
  │               │     ├──[+] enum (189:3353)
  │               │     ├──[+] enum (189:3362)
  │               │     └──[-] nullable (1:86941)❌ 
  │               └─┬templateType
  │                 └──[+] enum (189:2083)
  ├─┬/envelope/recipient/create-many
  │ └─┬POST
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       └─┬data
  │   │         └─┬Schema
  │   │           ├──[+] required (119:1423)❌ 
  │   │           ├──[+] required (119:1411)❌ 
  │   │           ├──[+] properties (119:750)
  │   │           ├──[+] properties (119:704)
  │   │           ├─┬signingStatus
  │   │           │ ├──[-] enum (1:30820)❌ 
  │   │           │ ├──[-] enum (1:30830)❌ 
  │   │           │ ├──[-] enum (1:30806)❌ 
  │   │           │ └──[+] nullable (119:846)❌ 
  │   │           ├─┬rejectionReason
  │   │           │ └──[-] nullable (1:31637)❌ 
  │   │           ├─┬sendStatus
  │   │           │ ├──[-] enum (1:30886)❌ 
  │   │           │ ├──[-] enum (1:30898)❌ 
  │   │           │ └──[+] nullable (119:1272)❌ 
  │   │           ├─┬name
  │   │           │ └──[+] nullable (119:744)❌ 
  │   │           ├─┬id
  │   │           │ ├──[🔀] type (119:678)❌ 
  │   │           │ └──[+] nullable (119:698)❌ 
  │   │           ├─┬signingOrder
  │   │           │ ├──[+] enum (119:486)
  │   │           │ ├──[+] enum (119:497)
  │   │           │ ├──[🔀] type (119:469)❌ 
  │   │           │ └──[-] nullable (1:31580)❌ 
  │   │           ├─┬role
  │   │           │ ├──[+] enum (119:348)
  │   │           │ ├──[+] enum (119:361)
  │   │           │ ├──[-] enum (1:30646)❌ 
  │   │           │ ├──[-] enum (1:30656)❌ 
  │   │           │ ├──[-] enum (1:30666)❌ 
  │   │           │ ├──[-] enum (1:30678)❌ 
  │   │           │ └──[-] enum (1:30640)❌ 
  │   │           ├─┬token
  │   │           │ ├──[🔀] type (119:1200)❌ 
  │   │           │ └──[+] nullable (119:1220)❌ 
  │   │           ├─┬readStatus
  │   │           │ ├──[-] enum (1:30735)❌ 
  │   │           │ ├──[-] enum (1:30749)❌ 
  │   │           │ └──[🔀] type (119:519)❌ 
  │   │           └─┬signedAt
  │   │             ├──[+] enum (119:262)
  │   │             ├──[+] enum (119:267)
  │   │             ├──[+] enum (119:276)
  │   │             ├──[+] enum (119:285)
  │   │             ├──[+] enum (119:296)
  │   │             └──[-] nullable (1:31171)❌ 
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬data
  │           └─┬Schema
  │             └─┬email
  │               └─┬ANYOF
  │                 ├──[+] pattern (118:281)❌ 
  │                 └──[-] format (1:29806)❌ 
  ├─┬/document/recipient/update
  │ └─┬POST
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       ├──[+] required (1487:7769)❌ 
  │   │       ├──[+] required (1487:7781)❌ 
  │   │       ├──[+] properties (1487:688)
  │   │       ├──[+] properties (1487:642)
  │   │       ├─┬signedAt
  │   │       │ ├──[+] enum (1487:214)
  │   │       │ ├──[+] enum (1487:223)
  │   │       │ ├──[+] enum (1487:234)
  │   │       │ ├──[+] enum (1487:200)
  │   │       │ ├──[+] enum (1487:205)
  │   │       │ └──[-] nullable (1:454008)❌ 
  │   │       ├─┬rejectionReason
  │   │       │ └──[-] nullable (1:454474)❌ 
  │   │       ├─┬name
  │   │       │ ├──[+] items (1487:1249)❌ 
  │   │       │ └──[🔀] type (1487:1233)❌ 
  │   │       ├─┬signingStatus
  │   │       │ ├──[-] enum (1:453643)❌ 
  │   │       │ ├──[-] enum (1:453657)❌ 
  │   │       │ ├──[-] enum (1:453667)❌ 
  │   │       │ └──[+] nullable (1487:784)❌ 
  │   │       ├─┬fields
  │   │       │ └─┬Schema
  │   │       │   └─┬fieldMeta
  │   │       │     ├─┬ONEOF
  │   │       │     │ ├──[+] required (1487:2120)❌ 
  │   │       │     │ ├──[+] properties (1487:1968)
  │   │       │     │ ├─┬placeholder
  │   │       │     │ │ ├──[+] enum (1487:2004)
  │   │       │     │ │ ├──[+] enum (1487:2011)
  │   │       │     │ │ ├──[+] enum (1487:2024)
  │   │       │     │ │ ├──[+] enum (1487:2035)
  │   │       │     │ │ └──[+] default (1487:2053)❌ 
  │   │       │     │ ├─┬readOnly
  │   │       │     │ │ └──[🔀] type (1487:1831)❌ 
  │   │       │     │ └─┬type
  │   │       │     │   ├──[-] enum (1:455351)❌ 
  │   │       │     │   └──[🔀] type (1487:1860)❌ 
  │   │       │     ├─┬ONEOF
  │   │       │     │ ├──[+] properties (1487:2357)
  │   │       │     │ ├─┬placeholder
  │   │       │     │ │ ├──[+] enum (1487:2393)
  │   │       │     │ │ ├──[+] enum (1487:2400)
  │   │       │     │ │ ├──[+] enum (1487:2413)
  │   │       │     │ │ └──[+] enum (1487:2424)
  │   │       │     │ ├─┬type
  │   │       │     │ │ ├──[+] enum (1487:2515)
  │   │       │     │ │ ├──[+] enum (1487:2522)
  │   │       │     │ │ ├──[+] enum (1487:2531)
  │   │       │     │ │ └──[-] enum (1:455666)❌ 
  │   │       │     │ ├─┬readOnly
  │   │       │     │ │ └──[🔀] type (1487:2220)❌ 
  │   │       │     │ └─┬textAlign
  │   │       │     │   ├──[-] enum (1:455721)❌ 
  │   │       │     │   ├──[-] enum (1:455729)❌ 
  │   │       │     │   ├──[-] enum (1:455739)❌ 
  │   │       │     │   └──[🔀] type (1487:2249)❌ 
  │   │       │     ├─┬ONEOF
  │   │       │     │ ├──[+] properties (1487:2780)
  │   │       │     │ ├─┬placeholder
  │   │       │     │ │ ├──[+] enum (1487:2816)
  │   │       │     │ │ ├──[+] enum (1487:2823)
  │   │       │     │ │ ├──[+] enum (1487:2836)
  │   │       │     │ │ └──[+] enum (1487:2847)
  │   │       │     │ ├─┬textAlign
  │   │       │     │ │ ├──[-] enum (1:456101)❌ 
  │   │       │     │ │ ├──[-] enum (1:456109)❌ 
  │   │       │     │ │ ├──[-] enum (1:456119)❌ 
  │   │       │     │ │ └──[🔀] type (1487:2672)❌ 
  │   │       │     │ ├─┬type
  │   │       │     │ │ ├──[+] enum (1487:2934)
  │   │       │     │ │ ├──[+] enum (1487:2941)
  │   │       │     │ │ ├──[+] enum (1487:2950)
  │   │       │     │ │ └──[-] enum (1:456050)❌ 
  │   │       │     │ └─┬readOnly
  │   │       │     │   └──[🔀] type (1487:2643)❌ 
  │   │       │     ├─┬ONEOF
  │   │       │     │ ├──[+] required (1487:3410)❌ 
  │   │       │     │ ├──[+] properties (1487:3199)
  │   │       │     │ ├─┬type
  │   │       │     │ │ ├──[+] enum (1487:3371)
  │   │       │     │ │ ├──[+] enum (1487:3378)
  │   │       │     │ │ ├──[+] enum (1487:3387)
  │   │       │     │ │ └──[-] enum (1:456430)❌ 
  │   │       │     │ ├─┬placeholder
  │   │       │     │ │ ├──[+] enum (1487:3255)
  │   │       │     │ │ ├──[+] enum (1487:3266)
  │   │       │     │ │ ├──[+] enum (1487:3235)
  │   │       │     │ │ ├──[+] enum (1487:3242)
  │   │       │     │ │ └──[+] default (1487:3284)❌ 
  │   │       │     │ ├─┬textAlign
  │   │       │     │ │ ├──[-] enum (1:456482)❌ 
  │   │       │     │ │ ├──[-] enum (1:456490)❌ 
  │   │       │     │ │ ├──[-] enum (1:456500)❌ 
  │   │       │     │ │ └──[🔀] type (1487:3091)❌ 
  │   │       │     │ └─┬readOnly
  │   │       │     │   └──[🔀] type (1487:3062)❌ 
  │   │       │     ├─┬ONEOF
  │   │       │     │ ├──[+] required (1487:3857)❌ 
  │   │       │     │ ├──[+] properties (1487:3647)
  │   │       │     │ ├─┬textAlign
  │   │       │     │ │ ├──[-] enum (1:456862)❌ 
  │   │       │     │ │ ├──[-] enum (1:456870)❌ 
  │   │       │     │ │ ├──[-] enum (1:456880)❌ 
  │   │       │     │ │ └──[🔀] type (1487:3539)❌ 
  │   │       │     │ ├─┬placeholder
  │   │       │     │ │ ├──[+] enum (1487:3683)
  │   │       │     │ │ ├──[+] enum (1487:3690)
  │   │       │     │ │ ├──[+] enum (1487:3703)
  │   │       │     │ │ ├──[+] enum (1487:3714)
  │   │       │     │ │ └──[+] default (1487:3732)❌ 
  │   │       │     │ ├─┬type
  │   │       │     │ │ ├──[+] enum (1487:3818)
  │   │       │     │ │ ├──[+] enum (1487:3825)
  │   │       │     │ │ ├──[+] enum (1487:3834)
  │   │       │     │ │ └──[-] enum (1:456811)❌ 
  │   │       │     │ └─┬readOnly
  │   │       │     │   └──[🔀] type (1487:3510)❌ 
  │   │       │     ├─┬ONEOF
  │   │       │     │ ├──[+] properties (1487:4094)
  │   │       │     │ ├─┬text
  │   │       │     │ │ └──[🔀] type (1487:3986)❌ 
  │   │       │     │ ├─┬textAlign
  │   │       │     │ │ ├──[-] enum (1:457322)❌ 
  │   │       │     │ │ ├──[-] enum (1:457330)❌ 
  │   │       │     │ │ └──[-] enum (1:457340)❌ 
  │   │       │     │ ├─┬verticalAlign
  │   │       │     │ │ ├──[+] enum (1487:4202)
  │   │       │     │ │ ├──[-] enum (1:457580)❌ 
  │   │       │     │ │ ├──[-] enum (1:457587)❌ 
  │   │       │     │ │ ├──[-] enum (1:457597)❌ 
  │   │       │     │ │ ├──[-] enum (1:457607)❌ 
  │   │       │     │ │ └──[-] nullable (1:457565)❌ 
  │   │       │     │ ├─┬readOnly
  │   │       │     │ │ └──[🔀] type (1487:3957)❌ 
  │   │       │     │ ├─┬type
  │   │       │     │ │ ├──[+] enum (1487:4320)
  │   │       │     │ │ ├──[+] enum (1487:4327)
  │   │       │     │ │ ├──[+] enum (1487:4336)
  │   │       │     │ │ └──[-] enum (1:457191)❌ 
  │   │       │     │ └─┬placeholder
  │   │       │     │   ├──[+] enum (1487:4130)
  │   │       │     │   ├──[+] enum (1487:4137)
  │   │       │     │   ├──[+] enum (1487:4150)
  │   │       │     │   └──[+] enum (1487:4161)
  │   │       │     ├─┬ONEOF
  │   │       │     │ ├──[+] properties (1487:4821)
  │   │       │     │ ├─┬readOnly
  │   │       │     │ │ └──[🔀] type (1487:4684)❌ 
  │   │       │     │ ├─┬value
  │   │       │     │ │ └──[+] enum (1487:4929)
  │   │       │     │ ├─┬verticalAlign
  │   │       │     │ │ ├──[-] enum (1:458409)❌ 
  │   │       │     │ │ ├──[-] enum (1:458416)❌ 
  │   │       │     │ │ ├──[-] enum (1:458426)❌ 
  │   │       │     │ │ ├──[-] enum (1:458436)❌ 
  │   │       │     │ │ └──[-] nullable (1:458394)❌ 
  │   │       │     │ ├─┬textAlign
  │   │       │     │ │ ├──[-] enum (1:458169)❌ 
  │   │       │     │ │ ├──[-] enum (1:458151)❌ 
  │   │       │     │ │ ├──[-] enum (1:458159)❌ 
  │   │       │     │ │ └──[🔀] type (1487:4713)❌ 
  │   │       │     │ ├─┬placeholder
  │   │       │     │ │ ├──[+] enum (1487:4864)
  │   │       │     │ │ ├──[+] enum (1487:4877)
  │   │       │     │ │ ├──[+] enum (1487:4888)
  │   │       │     │ │ └──[+] enum (1487:4857)
  │   │       │     │ └─┬type
  │   │       │     │   ├──[+] enum (1487:5142)
  │   │       │     │   ├──[+] enum (1487:5149)
  │   │       │     │   ├──[+] enum (1487:5158)
  │   │       │     │   └──[-] enum (1:457915)❌ 
  │   │       │     ├─┬ONEOF
  │   │       │     │ ├──[+] properties (1487:5643)
  │   │       │     │ ├─┬values
  │   │       │     │ │ ├──[+] enum (1487:5751)
  │   │       │     │ │ ├──[-] items (1:458792)❌ 
  │   │       │     │ │ └──[🔀] type (1487:5734)❌ 
  │   │       │     │ ├─┬type
  │   │       │     │ │ ├──[-] enum (1:458744)❌ 
  │   │       │     │ │ └──[🔀] type (1487:5535)❌ 
  │   │       │     │ ├─┬placeholder
  │   │       │     │ │ ├──[+] enum (1487:5679)
  │   │       │     │ │ ├──[+] enum (1487:5686)
  │   │       │     │ │ ├──[+] enum (1487:5699)
  │   │       │     │ │ └──[+] enum (1487:5710)
  │   │       │     │ └─┬readOnly
  │   │       │     │   └──[🔀] type (1487:5506)❌ 
  │   │       │     ├─┬ONEOF
  │   │       │     │ ├──[+] properties (1487:6277)
  │   │       │     │ ├─┬validationRule
  │   │       │     │ │ └──[🔀] type (1487:6641)❌ 
  │   │       │     │ ├─┬values
  │   │       │     │ │ ├──[-] items (1:459412)❌ 
  │   │       │     │ │ └──[🔀] type (1487:6604)❌ 
  │   │       │     │ ├─┬readOnly
  │   │       │     │ │ └──[🔀] type (1487:6140)❌ 
  │   │       │     │ ├─┬validationLength
  │   │       │     │ │ ├──[+] enum (1487:6385)
  │   │       │     │ │ └──[🔀] type (1487:6368)❌ 
  │   │       │     │ ├─┬type
  │   │       │     │ │ ├──[-] enum (1:459361)❌ 
  │   │       │     │ │ └──[🔀] type (1487:6169)❌ 
  │   │       │     │ └─┬placeholder
  │   │       │     │   ├──[+] enum (1487:6333)
  │   │       │     │   ├──[+] enum (1487:6344)
  │   │       │     │   ├──[+] enum (1487:6313)
  │   │       │     │   └──[+] enum (1487:6320)
  │   │       │     └─┬ONEOF
  │   │       │       ├──[+] properties (1487:6986)
  │   │       │       ├─┬placeholder
  │   │       │       │ ├──[+] enum (1487:7022)
  │   │       │       │ ├──[+] enum (1487:7029)
  │   │       │       │ ├──[+] enum (1487:7042)
  │   │       │       │ └──[+] enum (1487:7053)
  │   │       │       ├─┬values
  │   │       │       │ ├──[+] enum (1487:7094)
  │   │       │       │ ├──[-] items (1:460110)❌ 
  │   │       │       │ └──[🔀] type (1487:7077)❌ 
  │   │       │       ├─┬readOnly
  │   │       │       │ └──[🔀] type (1487:6849)❌ 
  │   │       │       └─┬type
  │   │       │         ├──[-] enum (1:460059)❌ 
  │   │       │         └──[🔀] type (1487:6878)❌ 
  │   │       ├─┬sendStatus
  │   │       │ ├──[-] enum (1:453723)❌ 
  │   │       │ ├──[-] enum (1:453735)❌ 
  │   │       │ └──[+] nullable (1487:1210)❌ 
  │   │       ├─┬id
  │   │       │ ├──[🔀] type (1487:662)❌ 
  │   │       │ └──[+] nullable (1487:682)❌ 
  │   │       ├─┬readStatus
  │   │       │ ├──[-] enum (1:453572)❌ 
  │   │       │ ├──[-] enum (1:453586)❌ 
  │   │       │ └──[🔀] type (1487:457)❌ 
  │   │       ├─┬token
  │   │       │ ├──[+] enum (1487:351)
  │   │       │ ├──[+] enum (1487:364)
  │   │       │ └──[+] enum (1487:373)
  │   │       ├─┬signingOrder
  │   │       │ ├──[+] enum (1487:424)
  │   │       │ ├──[+] enum (1487:435)
  │   │       │ ├──[🔀] type (1487:407)❌ 
  │   │       │ └──[-] nullable (1:454417)❌ 
  │   │       └─┬role
  │   │         ├──[+] enum (1487:286)
  │   │         ├──[+] enum (1487:299)
  │   │         ├──[-] enum (1:453477)❌ 
  │   │         ├──[-] enum (1:453483)❌ 
  │   │         ├──[-] enum (1:453493)❌ 
  │   │         ├──[-] enum (1:453503)❌ 
  │   │         └──[-] enum (1:453515)❌ 
  │   └─┬Requestbody
  │     └─┬application/json
  │       └─┬Schema
  │         └─┬recipient
  │           └─┬email
  │             ├──[+] pattern (1486:244)❌ 
  │             └──[-] format (1:452713)❌ 
  ├─┬/envelope/field/create-many
  │ └─┬POST
  │   ├─┬Responses
  │   │ └─┬200
  │   │   └─┬application/json
  │   │     └─┬Schema
  │   │       └─┬data
  │   │         └─┬Schema
  │   │           └─┬fieldMeta
  │   │             ├─┬ONEOF
  │   │             │ ├──[+] required (163:1039)❌ 
  │   │             │ ├──[+] properties (163:887)
  │   │             │ ├─┬readOnly
  │   │             │ │ └──[🔀] type (163:750)❌ 
  │   │             │ ├─┬type
  │   │             │ │ ├──[-] enum (1:57779)❌ 
  │   │             │ │ └──[🔀] type (163:779)❌ 
  │   │             │ └─┬placeholder
  │   │             │   ├──[+] enum (163:923)
  │   │             │   ├──[+] enum (163:930)
  │   │             │   ├──[+] enum (163:943)
  │   │             │   ├──[+] enum (163:954)
  │   │             │   └──[+] default (163:972)❌ 
  │   │             ├─┬ONEOF
  │   │             │ ├──[+] properties (163:1276)
  │   │             │ ├─┬placeholder
  │   │             │ │ ├──[+] enum (163:1319)
  │   │             │ │ ├──[+] enum (163:1332)
  │   │             │ │ ├──[+] enum (163:1343)
  │   │             │ │ └──[+] enum (163:1312)
  │   │             │ ├─┬readOnly
  │   │             │ │ └──[🔀] type (163:1139)❌ 
  │   │             │ ├─┬type
  │   │             │ │ ├──[+] enum (163:1441)
  │   │             │ │ ├──[+] enum (163:1450)
  │   │             │ │ ├──[+] enum (163:1434)
  │   │             │ │ └──[-] enum (1:58094)❌ 
  │   │             │ └─┬textAlign
  │   │             │   ├──[-] enum (1:58157)❌ 
  │   │             │   ├──[-] enum (1:58167)❌ 
  │   │             │   ├──[-] enum (1:58149)❌ 
  │   │             │   └──[🔀] type (163:1168)❌ 
  │   │             ├─┬ONEOF
  │   │             │ ├──[+] properties (163:1699)
  │   │             │ ├─┬placeholder
  │   │             │ │ ├──[+] enum (163:1735)
  │   │             │ │ ├──[+] enum (163:1742)
  │   │             │ │ ├──[+] enum (163:1755)
  │   │             │ │ └──[+] enum (163:1766)
  │   │             │ ├─┬readOnly
  │   │             │ │ └──[🔀] type (163:1562)❌ 
  │   │             │ ├─┬textAlign
  │   │             │ │ ├──[-] enum (1:58529)❌ 
  │   │             │ │ ├──[-] enum (1:58537)❌ 
  │   │             │ │ ├──[-] enum (1:58547)❌ 
  │   │             │ │ └──[🔀] type (163:1591)❌ 
  │   │             │ └─┬type
  │   │             │   ├──[+] enum (163:1853)
  │   │             │   ├──[+] enum (163:1860)
  │   │             │   ├──[+] enum (163:1869)
  │   │             │   └──[-] enum (1:58478)❌ 
  │   │             ├─┬ONEOF
  │   │             │ ├──[+] required (163:2329)❌ 
  │   │             │ ├──[+] properties (163:2118)
  │   │             │ ├─┬readOnly
  │   │             │ │ └──[🔀] type (163:1981)❌ 
  │   │             │ ├─┬placeholder
  │   │             │ │ ├──[+] enum (163:2161)
  │   │             │ │ ├──[+] enum (163:2174)
  │   │             │ │ ├──[+] enum (163:2185)
  │   │             │ │ ├──[+] enum (163:2154)
  │   │             │ │ └──[+] default (163:2203)❌ 
  │   │             │ ├─┬type
  │   │             ��...

@github-actions github-actions Bot added the patch Patch version bump label Feb 22, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1771719488 branch 8 times, most recently from af26992 to 7d6ac80 Compare March 2, 2026 00:20
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1771719488 branch 8 times, most recently from 617b0e0 to b141836 Compare March 10, 2026 00:17
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1771719488 branch 7 times, most recently from d07c73d to ac4eb36 Compare March 17, 2026 00:21
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1771719488 branch 6 times, most recently from 353eb5a to 33cc3ca Compare March 23, 2026 00:23
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1771719488 branch 7 times, most recently from a70bdeb to 58b71bd Compare April 11, 2026 00:23
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1771719488 branch 7 times, most recently from 2f4ca44 to f2f4f06 Compare April 18, 2026 00:26
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1771719488 branch 7 times, most recently from 9942208 to 3f1d1d2 Compare April 25, 2026 00:28
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1771719488 branch 7 times, most recently from 2951162 to 346295e Compare May 2, 2026 00:32
speakeasybot and others added 2 commits June 17, 2026 00:46
* `documenso.templates.duplicate()`:  `response.type.enum(organisation)` **Added** (Breaking ⚠️)
* `documenso.envelopes.get()`:  `response` **Changed** (Breaking ⚠️)
* `documenso.template.template_create_template_temporary()`: 
  *  `request` **Changed**
  *  `response.template` **Changed** (Breaking ⚠️)
* `documenso.envelopes.update()`: 
  *  `request` **Changed**
  *  `response.template_type.enum(organisation)` **Added** (Breaking ⚠️)
* `documenso.template.template_get_many()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `documenso.templates.update()`: 
  *  `request` **Changed**
  *  `response.type.enum(organisation)` **Added** (Breaking ⚠️)
* `documenso.templates.get()`:  `response` **Changed** (Breaking ⚠️)
* `documenso.templates.find()`: 
  *  `request.type` **Changed**
  *  `response.data[]` **Changed** (Breaking ⚠️)
* `documenso.envelope.envelope_get_many()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `documenso.envelope.envelope_audit_log_find()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `documenso.envelope.envelope_find()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `documenso.envelopes.fields.create_many()`: 
  *  `request.data[]` **Changed** (Breaking ⚠️)
  *  `response.data[].field_meta` **Changed**
* `documenso.templates.recipients.get()`:  `response` **Changed**
* `documenso.documents.recipients.create()`:  `response` **Changed**
* `documenso.envelopes.recipients.update_many()`:  `response.data[]` **Changed**
* `documenso.envelopes.recipients.create_many()`:  `response.data[]` **Changed**
* `documenso.documents.get()`:  `response` **Changed**
* `documenso.documents.find()`:  `response.data[].recipients[]` **Changed**
* `documenso.documents.create()`:  `request.payload` **Changed**
* `documenso.documents.update()`:  `request.meta` **Changed**
* `documenso.documents.distribute()`:  `request.meta` **Changed**
* `documenso.documents.create_v0()`: 
  *  `request` **Changed**
  *  `response.document` **Changed**
* `documenso.documents.fields.get()`:  `response.field_meta` **Changed**
* `documenso.documents.fields.create()`: 
  *  `request.field` **Changed**
  *  `response.field_meta` **Changed**
* `documenso.envelopes.create()`:  `request.payload` **Changed**
* `documenso.documents.recipients.update()`:  `response` **Changed**
* `documenso.templates.create()`:  `request.payload` **Changed**
* `documenso.documents.recipients.get()`:  `response` **Changed**
* `documenso.envelopes.items.create_many()`:  `response.data[].document_data_id` **Added**
* `documenso.envelopes.fields.update_many()`: 
  *  `request.data[]` **Changed**
  *  `response.data[].field_meta` **Changed**
* `documenso.envelopes.fields.get()`:  `response.field_meta` **Changed**
* `documenso.documents.recipients.create_many()`:  `response.recipients[]` **Changed**
* `documenso.documents.fields.update_many()`: 
  *  `request.fields[]` **Changed**
  *  `response.fields[].field_meta` **Changed**
* `documenso.envelopes.recipients.get()`:  `response` **Changed**
* `documenso.envelopes.items.download()`:  `request.version` **Changed**
* `documenso.document.document_get_many()`:  `response.data[].recipients[]` **Changed**
* `documenso.documents.recipients.update_many()`:  `response.recipients[]` **Changed**
* `documenso.documents.fields.create_many()`: 
  *  `request.fields[]` **Changed**
  *  `response.fields[].field_meta` **Changed**
* `documenso.templates.use()`: 
  *  `request.override` **Changed**
  *  `response` **Changed**
* `documenso.templates.fields.create()`: 
  *  `request.field` **Changed**
  *  `response.field_meta` **Changed**
* `documenso.templates.fields.get()`:  `response.field_meta` **Changed**
* `documenso.templates.fields.create_many()`: 
  *  `request.fields[]` **Changed**
  *  `response.fields[].field_meta` **Changed**
* `documenso.templates.fields.update()`: 
  *  `request.field` **Changed**
  *  `response.field_meta` **Changed**
* `documenso.templates.fields.update_many()`: 
  *  `request.fields[]` **Changed**
  *  `response.fields[].field_meta` **Changed**
* `documenso.documents.fields.update()`: 
  *  `request.field` **Changed**
  *  `response.field_meta` **Changed**
* `documenso.templates.recipients.create()`:  `response` **Changed**
* `documenso.templates.recipients.create_many()`:  `response.recipients[]` **Changed**
* `documenso.templates.recipients.update()`:  `response` **Changed**
* `documenso.templates.recipients.update_many()`:  `response.recipients[]` **Changed**
* `documenso.envelopes.distribute()`:  `request.meta` **Changed**
* `documenso.envelopes.use()`:  `request.payload` **Changed**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant